const go/types._InvalidStructLit

3 uses

	go/types (current package)
		errorcodes.go#L593: 	_InvalidStructLit
		expr.go#L1407: 						check.error(x, _InvalidStructLit, "too many values in struct literal")
		expr.go#L1422: 					check.error(inNode(e, e.Rbrace), _InvalidStructLit, "too few values in struct literal")